home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows3 / mathgrf2.zip / MATHGRAF.HLP < prev    next >
Text File  |  1991-12-14  |  5KB  |  195 lines

  1.  
  2.  
  3.  
  4. 1 Running MathGraf
  5. ------------------
  6.  
  7. MathGraf can be started by clicking the left
  8. mouse button on the mathgraf.exe file from the
  9. File Manager. It can also be started by clicking
  10. the MathGraf icon in the program manager if you
  11. added MathGraf to one of your application groups.
  12. A third way to start MathGraf is by clicking on
  13. a *.mgf file from the File Manager if you
  14. associated the  *.mgf files to mathgraf.exe from
  15. the File Menu of Program Manager.
  16.  
  17.  
  18. 2 Save, Save as, Open files
  19. ---------------------------
  20.  
  21. These functions will save or load a graphics 
  22. definition file containing up to ten distinct
  23. curves. 
  24.  
  25.  
  26.  
  27. 3 About box
  28. -----------
  29.  
  30. If you have a licensed copy and have entered
  31. your licence key, this will display the owner
  32. of this copy and the number of users covered
  33. by the licence. Otherwise the licensing 
  34. information will be displayed. 
  35.  
  36.  
  37.  
  38. 4 Copy graphics to the clipboard
  39. --------------------------------
  40.  
  41. The copy option copies the current graphic
  42. window to the clipboard. The contents of the
  43. clipboard can then be pasted in other Windows
  44. graphics programs.
  45.  
  46.  
  47. 5 Origin Option
  48. ---------------
  49.  
  50. This function will redraw the current graphic
  51. without changing the interval size but centered
  52. at the origin.             
  53.  
  54.  
  55. 6 Show Coordinates
  56. ------------------
  57.  
  58. The current x,y coordinates of the mouse pointer
  59. are displayed on the screen with the coordinates
  60. option.
  61.  
  62.  
  63. 7 Wider Interval
  64. ----------------
  65.  
  66. The wider option will enlarge the x and y
  67. range by a factor of two
  68.  
  69.  
  70. 8 Zoom and Moving Around
  71. ------------------------
  72.  
  73. The zoom option permits to restrict the graphic
  74. interval. Press the left mouse button and drag
  75. the mouse while holding the button. You can
  76. move around the graph by clicking the scroll bars
  77. with the mouse or by using the arrow, page up and
  78. page down keys.
  79.  
  80.  
  81. 9 Define up to 10 Math Functions
  82. --------------------------------
  83.  
  84. The function must be in terms of x 
  85. only:  f(x).
  86.  
  87. It can contain:
  88.  
  89. - The variable x
  90. - Any real or integer constant
  91. - p (for PI)
  92. - e (for 2.7182818)
  93. - Any function abreviation listed in 
  94.   the function dialogue box
  95.  
  96. The function must be entered in POSTFIX  
  97. notation. i.e.: you can view the 
  98. function as being evaluated from left to
  99. right. And each time a number or a 
  100. variable is read, it is placed on top of a 
  101. stack. And each time an operator is read
  102. it is applied to the last two or one 
  103. numbers placed on the stack. Then the 
  104. result of the operation is placed on top
  105. of the stack. This method is identical
  106. to the one used some scientific
  107. calculators. There must be at least one
  108. space character between each element of
  109. the function. An error message is displayed
  110. when there is a syntax error detected in
  111. one of the functions.
  112.  
  113. examples:
  114.  
  115. __________________________________
  116.     infix        |    postfix
  117. _________________|________________
  118.  (3x + 2)        |    3 x * 2 +
  119. _________________|________________
  120.  x raised        |
  121.  to the power    |
  122.  of 3            |     x 3 ^
  123. _________________|________________
  124.  sin(x+2)        |     x 2 + s
  125. _________________|________________
  126.  abs(cos(3*x))   |     x 3 * c a
  127. _________________|________________
  128.  -x              |     x -1 *
  129. _________________|________________
  130.  x modulo 5      |     x 5 m
  131. _________________|________________
  132.  
  133. Note: To obtain -x, multiply x by -1
  134.  
  135.  
  136. 10 Graphic Interval
  137. -------------------
  138.  
  139. xa,xb,ya,yb can be any real number where
  140. xa < xb and ya < yb
  141.  
  142. The numbers can be in decimal or exponential
  143. notation.
  144.  
  145. examples of valid numbers: 2
  146.                            34.99875
  147.                            2.1E-10
  148.  
  149.  
  150. 11 Redraw
  151. ---------
  152.  
  153. Redraw the graphic screen
  154.  
  155.  
  156. 12 Options
  157. ----------
  158.  
  159. Gives you the possibility to select one of nine
  160. combinations of pen width and resolution. 
  161. Select a large pen on very high resolution 
  162. screens. Graphics will be displayed much faster
  163. if you select a small pen and low resolution.
  164.  
  165. Available widths:
  166.  
  167. Small   1 pixel
  168. Medium  2 pixel
  169. Large   3 pixel
  170.  
  171.  
  172.  
  173. 13 Printing
  174. -----------
  175.  
  176. A graphic can be printed by copying it to
  177. the clipboard with the copy option in the
  178. menu and then pasting it in a graphics
  179. package such as Micrografix Designer or
  180. Windows Paint. From there, the graphic can
  181. be sent to the printer.
  182.  
  183.   a: Draw your graph
  184.   b: Select the copy option in Mathgraf
  185.   c: Open your graphics package
  186.      (for example Paint)
  187.   d: Select the paste option in the edit
  188.      menu of Paint.
  189.   e: Modify the drawing or print it as it
  190.      is.
  191.  
  192.  
  193.  
  194.  
  195.